/* body{
    background-color: #35363a;
}
*/
[data-bs-theme="dark"] .bg-image {
  background: url(../svg/roadsDark.svg) no-repeat,
    linear-gradient(180deg, #202124 0%, #202124 100%) !important;
  background-position: bottom !important;
}


[data-bs-theme="dark"] h3#techReq,[data-bs-theme="dark"] #documentType{
    color: #fff !important;
}
[data-bs-theme="dark"] .form-check-label{
    color: #fff !important;
}
[data-bs-theme="dark"] .btn-primary{
    background-color: #202124;
}
[data-bs-theme="dark"] h2#document{
    color: #fff !important;
}

[data-bs-theme="dark"] .accordion-button{
    color: #fff;
}
[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
    color: #aaa;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.30) !important;
    box-shadow: inset 0 -1px 0 rgb(255, 255, 255, 0.30) !important;
  }
[data-bs-theme="dark"] .text-black{
    color: #fff !important;
}
/*
input[type=file]{
    background-color: #202124;
    color: #ccc;
    border-color: black;
} */
